PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFTextAnnotation Class / setPosition Method / setPosition(double,double) Method
The x coordinate of annotation's position on the page
The y coordinate of annotation's position on the page
In This Topic
    setPosition(double,double) Method
    In This Topic
    Sets the annotation position on the page.
    Syntax
    public void setPosition( 
       double x,
       double y
    )

    Parameters

    x
    The x coordinate of annotation's position on the page
    y
    The y coordinate of annotation's position on the page
    See Also